This is a function which solves for the variable x using the quadratic formula. $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
This is where the output will be...
1